home *** CD-ROM | disk | FTP | other *** search
- package com.sun.java.swing.plaf.basic;
-
- import java.awt.Graphics;
-
- class BasicTextUI$SafePainter implements Runnable {
- // $FF: synthetic field
- BasicTextUI this$0;
- // $FF: renamed from: g java.awt.Graphics
- Graphics field_0;
-
- // $FF: synthetic method
- BasicTextUI$SafePainter(BasicTextUI this$0, Graphics g) {
- this.this$0 = this$0;
- this.field_0 = g;
- }
-
- public void run() {
- this.this$0.paintSafely(this.field_0);
- }
- }
-